home *** CD-ROM | disk | FTP | other *** search
/ Flying Body Parts / Flying Body Parts (Software Solutions) (1995).iso / bodypart / billy / install.bat < prev    next >
DOS Batch File  |  1994-07-07  |  933b  |  45 lines

  1. @echo off
  2. cls
  3. echo:
  4. echo:
  5. echo:
  6. echo    INSTALLATION ROUTINE PROVIDED BY SOFTWARE EVOLUTION !!
  7. echo:
  8. echo    ENJOY your software, and don't forget;
  9. echo:
  10. echo                             For Tech Support call:
  11. echo:
  12. echo                                                    (416) 638-4411
  13. echo:
  14. echo:
  15. echo:
  16. echo:
  17. pause
  18. if x%1==x goto noparm
  19. if x%2==x goto noparm
  20. echo .
  21. echo .
  22. echo      Please wait...  (This process could take a little while)
  23. echo .
  24. MKDIR %2\billykid
  25. %2
  26. CD %2\billykid
  27. copy %1\*.*
  28. del install.bat
  29. del start.bat
  30. cls
  31. echo .
  32. echo .
  33. echo      The program has been copied over to the drive %2
  34. echo .
  35. echo        Installion complete. Type KID at the DOS prompt to begin !!
  36. echo .
  37. pause
  38. goto end1
  39. :noparm
  40. echo                           INVALID FORMAT!
  41. echo .
  42. echo         Type INSTALL (drive with ORIGINAL disk) (hard disk)
  43. echo                       Example: INSTALL A: C:
  44. :end1
  45.